(semi)Automatically generated Visual Domain-Specific Languages
...
- VDSL_rpgcharacter: define a simple story with an RPG character using blocks. [link]
- VDSL_kawaii: create "hand-drawn" kawaii eyes. Uses rough.js library for the rendering. [link]
- VDSL_LOOP: a Turing complete programming language (based on this great website, but with a personal additon of macros). [link]
- VDSL_levelDef: define the level of a simple 1 dimensional game (1D game) using blocks, then play the game! [link]